SYSTEM TMEM AVAILABLE

This command will return the total memory available on your system.

  Syntax
Return Integer=SYSTEM TMEM AVAILABLE()
  Returns

Total memory available on your system

  Example Code
cls
print "Memory Available"
print "Texture:";system tmem available()
print "Display:";system dmem available()
print "System:";system smem available()
print "Hit Any Key"
wait key
do
loop
end
  See also

SYSTEM Commands Menu
Index